3 In order to build the INAV firmware in FreeBSD, it is recommended to install [Linux Binary Emulation](https://www.freebsd.org/doc/handbook/linuxemu.html). This will enable you to use the project recommended ARM cross-compiler. The cross-compiler available in Ports tends to be too old to build INAV firmware.
5 * Install Linux binary emulation
6 * Install the following packages (`pkg` provides suitable versions)
12 * Follow the [Building in Linux](Building%20in%20Linux.md) guide.